home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / twstdpxl / release.txt next >
Text File  |  1998-01-17  |  5KB  |  148 lines

  1. This is TwistedPixel v0.92 -- a 32 bit imaging OCX for Windows 95/NT.
  2.  
  3. INSTALLATION:
  4. ------------------
  5. Users reported problems registering TwistedPixel on their system. 
  6. Please make sure you have completed the following steps:
  7. 1) You need 2 DLLs: MFC42.DLL and MSVCRT.DLL. Both DLLs are 
  8. available from our WEB site.
  9. 1a) If you are a Windows 95 user, you also need a third DLL: ctl3d32.dll
  10.  
  11. 2) The unzipped package and all of it's components have to be called 
  12. 'TwistedPixel' -- not 'TP' or any other abbreviation. It HAS TO BE fully
  13. spelled out.
  14.  
  15. 3) run: regsvr32 TwistedPixel.ocx
  16. Notice that you cannot specify path to the OCX. REGVR32.EXE has to be 
  17. executed from the same directory where the OCX is.
  18.  
  19. The final step should come back with a 'successfull' registration message box.  
  20. If you haven't got this far, don't bother with VB or C++ coding -- it won't 
  21. work!
  22.  
  23.  
  24. REPORTING PROBLEMS
  25. ------------------
  26. Please specify your operating system (and version), development environment
  27. (and version). Be specific when describing your problem.
  28.  
  29.  
  30. FIXES AND PATCHES
  31. -----------------
  32. Problem inserting TP control into Visual C++ 5.0 environment had been fixed
  33.  
  34.  
  35. Saving GIF files would once in a while produce corrupted files. That
  36. has been fixed.
  37.  
  38. Conversion to 256 colors from true color had been kind of slow. A new
  39. algorithm had been implemented which makes use of halftoning. Use 
  40. TPHalftonePal argument with ConvertTo256Colors() function
  41.  
  42.  
  43. WORK In PROGRESS
  44. -----------------
  45.  
  46.  
  47. NEW FEATURES
  48. ------------
  49. - we can now write TIFF files
  50. - A new tool is TPToolSoapOnARope -- a calligraphy-like brush that takes into
  51. account the speed with wich the mouse had been dragged.
  52. - Drawing Tools, Brushes, TextOut, Impressionist-style brush strokes.
  53. - ability to load another image "underneath" the viewed image and 
  54. "rub through" bits and pieces of the "under" image
  55. - you can now create and move the selection rectangle through programming
  56. (in addition to being able to do it interactively)
  57.  
  58. - Adobe Plugin Filter supprt (limited). See the help file
  59.  
  60. - PNG file format (read/write)
  61.  
  62.  
  63. ADOBE PLUGIN COMPATIBILTY LIST
  64. ------------------------------
  65. TwistedPixel had been tested and works against:
  66. - all Kai Power Tools v3.0 filters
  67. - some AlienSkin filters (not all)
  68. - Andromeda Screens filter
  69.  
  70. TwistedPixel totally does NOT work with:
  71. - PhotoTools filters
  72. - EyeCandy filters
  73.  
  74. We are still doing work in that area.
  75.  
  76.  
  77. DIGITAL SIGNATURE
  78. --------------------
  79. - As of 0.4c release, TwistedPixel is an ActiveX control. It can be 
  80. placed on the WEB pages and scripted. As such, TwistedPixel had been 
  81. marked as safe for download and safe for scripting. It had been digitally
  82. signed using Verisign certificate. The "extra" DLLs such as TIFF and PBM 
  83. libraries have NOT been signed -- just the OCX itself.
  84.  
  85. FILE FORMATS
  86. ----------------------------------
  87. - The following file formats are supported:
  88. BMP                     (read/write) 
  89. PCX                     (read/write) 
  90. JPEG                    (read/write) 
  91. Windows ICO and CUR     (read only)
  92. Windows WMF             (read/write)
  93. Aldus Placeable WMF     (read/write)
  94. GIF                     (read/write)
  95. TIFF                    (read/write)
  96. FIF                     (read only)
  97. Portable Bitmap PBM, PGM, PPM (read only)
  98. PNG                     (read/write)
  99.  
  100. More file formats are coming very soon.
  101.  
  102.  
  103.                 LEGALESE
  104.                 ---------
  105.  
  106. ------------------------------------------------------------------------------------------
  107. | Starting from TwistedPixel version 0.3b release we are changing our distribution policy.|
  108. ------------------------------------------------------------------------------------------
  109. 1) It is still freeware for personal and other non-commercial use, but if you plan to 
  110. include TwistedPixel into a commercial product (something that brings money) we 
  111. require that you get a written permission from Bananas Software Inc. The "registered"
  112. version of the software is $69.00, no royalties, credit cards accepted.
  113. 2) Regardless of your application type (commercial or non-commercial) you have to 
  114. let us know how you are using the widget.
  115. 3) Regardless of your application type (commercial or non-commercial) you have to 
  116. acknowledge the fact that your product makes use of the TwistedPixel OCX in your 
  117. About box (or equivalent). This acknowledgement should look like this:
  118.  
  119. TwistedPixel Imaging Control v0.91
  120. Copyright Bananas Software Inc 1996-1997
  121. All Rights Reserved.
  122.  
  123. 4) You are using TwistedPixel on your own risk -- Bananas Software does not 
  124. accept or acknowledge any responsibilty arising from the damages caused 
  125. by our software... blah, blah, blah.  Look, man, it's freeware --
  126. USE IT ON YOUR OWN RISK.
  127.  
  128.  
  129.                 JPEG CODE:
  130.                    -------------
  131. JPEG code is based on the Independent JPEG Group code version 6.A.
  132.  
  133.  
  134.                    TIFF CODE:
  135.                  --------------
  136. TIFF code is based on Sam Leffler's public domain TIFF code v3.4 Beta 35.
  137.  
  138.  
  139. TECH SUPPORT
  140. -------------
  141. Internet: bananasoft@earthlink.net
  142. Bananas Software Inc
  143. 29 Engle Rd
  144. Paramus, NJ, 07652
  145. USA
  146. http://home.earthlink.net/~bananasoft
  147.  
  148.